-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mentionutil: Add a mentions extractor #66
mentionutil: Add a mentions extractor #66
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a nit, otherwise looks good
6d7e0a2
to
b935b98
Compare
b935b98
to
022c5c6
Compare
}, | ||
{ | ||
name: "youtube url", | ||
input: "foo bar @buz. https://www.youtube.com/@SalonViking test", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The bad thing of this it's this catch also handle from tiktok or instagram urls but we didn't know at the end at which social media it's linked. This could lead to some confusion. Maybe must be more restrictive ?
What does this PR do?
Add a mentions extractor method.
Not sure of the pertinence to put this here but voila.
What are the observable changes?
Good PR checklist
Additional Notes